Skip to main content

修改指标数据保留时长

Last updated on

在服务端集群中执行下面的命令修改 VictoriaMetrics 的启动参数:

kubectl edit sts apo-victoria-metrics-single-server -n apo

找到启动参数--retentionPeriod并修改为预期的时间,默认值1表示保留一个月,3d表示保留3天,最少保留一天。 以下是示例:

  • --retentionPeriod=1d:保留1天(最少)
  • --retentionPeriod=2w:保留2周
  • --retentionPeriod=1:保留1个月
  • --retentionPeriod=1y:保留1年

参考资料:https://github.com/VictoriaMetrics/VictoriaMetrics?tab=readme-ov-file#retention